home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-15 | 1.9 KB | 56 lines | [TEXT/MPS ] |
- File #1: dnr.c
- File #2: fixed:dnr.c
-
- Extra lines in 2nd before 7 in 1st (File "dnr.c"; Line Δ7; File "fixed:dnr.c"; Line 7:8)
- 7 Further modifications by Steve Falkenburg, Apple MacDTS 8/91
- 8
-
-
- Nonmatching lines (File "dnr.c"; Line 19:26; File "fixed:dnr.c"; Line 21:28)
- 19 #define OPENRESOLVER 1
- 20 #define CLOSERESOLVER 2
- 21 #define STRTOADDR 3
- 22 #define ADDRTOSTR 4
- 23 #define ENUMCACHE 5
- 24 #define ADDRTONAME 6
- 25 #define HINFO 7
- 26 #define MXINFO 8
-
- 21 #define OPENRESOLVER 1L /* need to make these longs explicit, even though... */
- 22 #define CLOSERESOLVER 2L /* ...the prototype below would do it normally. This*/
- 23 #define STRTOADDR 3L /* ...is a workaround for a bug in Think C 4.0.5. */
- 24 #define ADDRTOSTR 4L
- 25 #define ENUMCACHE 5L
- 26 #define ADDRTONAME 6L
- 27 #define HINFO 7L
- 28 #define MXINFO 8L
-
-
- Nonmatching lines (File "dnr.c"; Line 30:31; File "fixed:dnr.c"; Line 32:33)
- 30 typedef OSErr (*OSErrProcPtr)();
- 31 OSErrProcPtr dnr = nil;
-
- 32 typedef OSErr (*OSErrProcPtr)(long,...); /* added proto for Think C compatibility -->SJF<-- */
- 33 OSErrProcPtr dnr = nil; /* ... otherwise, first arg would be passed as short*/
-
-
- Extra lines in 2nd before 158 in 1st (File "dnr.c"; Line Δ158; File "fixed:dnr.c"; Line 160)
- 160 long rezSize;
-
-
- Extra lines in 1st before 182 in 2nd (File "dnr.c"; Line 179; File "fixed:dnr.c"; Line Δ182)
- 179 CloseWD(refnum);
-
-
- Extra lines in 2nd before 184 in 1st (File "dnr.c"; Line Δ184; File "fixed:dnr.c"; Line 186)
- 186 MoveHHi(codeHndl);
-
-
- Nonmatching lines (File "dnr.c"; Line 292; File "fixed:dnr.c"; Line 295:296)
- 292 };
-
- 295 } /* removed ; (causes syntax err in Think C 5.0 */
- 296
-
- *** EOF on both files ***
-